IEnumerable<string[]> => unique string's

Posted by Maxim on Stack Overflow See other posts from Stack Overflow or by Maxim
Published on 2010-04-07T12:21:42Z Indexed on 2010/04/07 12:23 UTC
Read the original article Hit count: 170

Filed under:
|

Hello! I have IEnumerable - that i recieved(converted) from dattabase.

i need to select from this collection only unique strings.

i suppose that i need to use linq group by string...

please help.

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about c#